projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
909c95d
)
Fixed typo introduced by last patch.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Sun, 28 Mar 1993 06:36:19 +0000
(06:36 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Sun, 28 Mar 1993 06:36:19 +0000
(06:36 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 93455cff93311df820be7c446cb2b204f4079304..b8cb0a0ea5ce6ff4e25ea65cf07eed80ed513896 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-633,7
+633,7
@@
run `normal-mode' explicitly."
("\\.pl\\'" . prolog-mode)
("\\.cc\\'" . c++-mode)
("\\.C\\'" . c++-mode)
- ("\\.mk
" .
. makefile-mode)
+ ("\\.mk
\\'"
. makefile-mode)
("[Mm]akefile" . makefile-mode)
;;; Less common extensions come here
;;; so more common ones above are found faster.